home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 392 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.4 KB

  1. Path: news.delphi.com!usenet
  2. From: jdow@BIX.com (Joanne Dow)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: PPP cant init serial.device
  5. Date: 20 Jan 1996 05:27:18 GMT
  6. Organization: Delphi Internet Services Corporation
  7. Message-ID: <4dpufm$j40@news2.delphi.com>
  8. References: <4br5oj$6uq@yarrow.wt.com.au> <2780.6569T1404T1636@ptialaska.net> <19960114.7D18F40.C39B@daemon.apana.org.au.apana.org.au> <19960114.11AC7B0.A0A2@olympus.net>
  9. Reply-To: jdow@BIX.com (Joanne Dow)
  10. NNTP-Posting-Host: bix.com
  11. X-Newsreader: NetBix 1.248
  12. X-Newsreader-Author: lwilton@BIX.com (Loren Wilton)
  13.     This message has been posted with development version software.
  14.     If there are any problems with the message format, send me mail.
  15.  
  16. In article <19960114.11AC7B0.A0A2@olympus.net>,
  17.    dons@olympus.net (Don Schmelling) wrote:
  18. >neil@daemon.apana.org.au.apana.org.au wrote:
  19. >: 
  20. >: The dialscript contained:
  21. >: send "ATZ"
  22. >: wait "OK"
  23. >: all I wanted was a response from the modem.
  24. >: 
  25. ..
  26.  
  27. >You seem to think that if you repeat this bogus claim frequently enough that
  28. >it will become true.
  29. >
  30. >Change the line send "ATZ" to send "ATZ\R" or whatever else your modem uses
  31. >like ^M
  32.  
  33. If you're going to call him bogus for brains I will call you that directly in
  34. return. If you bother to read the PPP documentation you will note that the
  35. "send" command automatically includes the trailing return character.
  36.  
  37. This is a dialscript (with some internally stored alternate numbers) for my use
  38. of PPP with a PAP negotiation provider. Now I have not tried it with
  39. serial.device as I have a GVP IO_Extender so that I get higher speeds. But since
  40. the script works it should function with the serial port.
  41.  
  42. Something I have noticed is the ppp environment variables in
  43. "env/sana2/pppN.config" seem to be read once per reboot. I hope Holger can shed
  44. some light on this as it makes life decidedly awkward when I want to change
  45. between a PAP and a CHAP login site.
  46.  
  47. ----- The script ----                             ----- some annotations
  48. ECHO ON                                           Makes it easy to watch things
  49. TIMEOUT 1500                                      Seems reasonable - sorta
  50. #REDIAL "BUSY"                                    Didn't like this option here
  51. delay 100                                         Give modem time to "settle".
  52. send "at&D2"                                      Configure DTR behavior
  53. wait "OK"                                         Wait for the answer
  54. delay 5                                           Pause very briefly
  55. #SEND "ATDT 1 800 698 8621"                       Alternate number 1
  56. #SEND "ATDT 1 800 741 9259"                       Alternate number 2
  57. #SEND "ATDT 1 800 779 2966"                       Alternate number 3
  58. SEND "ATDT 1 800 7944110"                         The real number dialed.
  59. WAIT "CONNECT"                                    Go get 'em, gang! We're there.
  60.  
  61. The script is subject to change on whim or imaginative new requirement. (I wish
  62. I could drive script, configuration, etc all from an AREXX script....
  63. Hint Hint! {^_-})
  64.  
  65. >-------------------------------------   -------------------------------
  66. >Don Schmelling   Port Angeles, WA USA | Amiga - Paradigm shift for the
  67. >    A1200/540/CD + A1230 50/50/8      |         creative computer user.
  68. >           OMNIA EXTARES              |
  69. >-------------------------------------   -------------------------------
  70.  
  71. {^_^}     Joanne Dow, Amiga Exchange Editor on BIX, aka The Wizardess
  72.           jdow@bix.com, jdow@delphi.com, jdow@mci.newscorp.com
  73.  
  74.